-
Notifications
You must be signed in to change notification settings - Fork 420
feat(event_sources): add support for VPC Lattice events #2358
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(event_sources): add support for VPC Lattice events #2358
Conversation
Hi @stephenbawks! Adding support for VPC Lattice events is really awesome because it's in GA and customers are adopting it. We are going to release a version tomorrow and we don't have more time to include this PR in this version, but we will work to merge it next week and include it in the next release, ok? Thank you so much for sending this PR and putting effort to make it happens! BTW, I loved the documentation update! ❤️ |
Adding "do-not -merge" label just to avoid merging before we release a new version. |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## develop #2358 +/- ##
===========================================
- Coverage 97.18% 97.06% -0.13%
===========================================
Files 153 154 +1
Lines 7008 7047 +39
Branches 513 515 +2
===========================================
+ Hits 6811 6840 +29
- Misses 156 166 +10
Partials 41 41
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @stephenbawks! I only made one comment before merging it.
I tested it with VPC Lattice + Lambda and it's working perfectly! Thank you very much for this incredible work.
Awesome. I will get started on the resolver/handler next. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks so much for addressing all the comments and working hard to merge them, @stephenbawks!
APPROVED!
Awesome work, congrats on your first merged pull request and thank you for helping improve everyone's experience! |
Co-authored-by: Leandro Damascena <[email protected]> Co-authored-by: Heitor Lessa <[email protected]>
Issue number: 2359
Summary
I'm excited that VPC Lattice has finally been released and I'm looking forward to integrating it into PowerTools. It's a significant development, so I am adding a new data class to manage the event flow from VPC Lattice to Lambda.
Changes
Added a new VPCLatticeEvent data class.
Checklist
If your change doesn't seem to apply, please leave them unchecked.
Is this a breaking change?
RFC issue number:
Checklist:
Acknowledgment
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.